![]() |
IsOutline |
||||
Header: | Fonts.h | Carbon status: | Supported | |
Determines whether the Font Manager would choose an outline font for the current graphics port to meet the specified scaling factors.
Boolean IsOutline ( Point numer, Point denom );
The numerators of the vertical and horizontal scaling factors. The numer parameter is of type Point, and contains two integers: the first is the numerator of the ratio for vertical scaling, and the second is the numerator of the ratio for horizontal scaling.
The denominators of the vertical and horizontal scaling factors. The denom parameter is of type Point, and contains two integers: the first is the denominator of the ratio for vertical scaling, and the second is the denominator of the ratio for horizontal scaling.
TRUE if the Font Manager would choose an outline font for the current graphics port. The Font Manager uses the font scaling factors specified in the numer and denom parameters, as well as the current preference (as set by the SetOutlinePreferred function) to make a decision as to which font to use.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)